home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / parabola.arc / README.DOC < prev   
Text File  |  1990-12-20  |  2KB  |  66 lines

  1.                     
  2.  
  3.  
  4.  
  5.               ********   SKETCH THAT PARABOLA   *********
  6.  
  7.  
  8.  
  9.         This program is designed to give you a feel for all of the quadratic
  10. equations called 'Parabolas' you've been doing lately. There are 4 basic 
  11. equations used here. They are:
  12.  
  13.                           2                          
  14.           1.      y  =  ax  +  bx  +  c   
  15.                          2
  16.           2.      y  =  x  +  a
  17.                           2                           
  18.           3.      x  =  ax  +  bx  +  c    
  19.                          2
  20.           4.      x  =  y  +  a
  21.  
  22.     
  23.         If one of the above equations doesn't suit your needs, manipulate it.
  24. For instance, in equation 4, when prompted for a value for a, enter 0; the new 
  25. equation is,          2 
  26.                x  =  y  .  
  27.  
  28.         This is a basic parabola. You can do the same with equation 2 and get 
  29. another basic parabola, with a different orientation. Add negative numbers; 
  30. get reflections, shifted parabolas. Assign zero to the variable 'a'. Watch 
  31. what happens.
  32.  
  33.         When sketching a parabola, you assign values to the square variable to 
  34. get a number of coordinates. Such as. -3, -2, -1, 0, 1, 2, 3. You do this to 
  35. get a 'decent' shape of the parabola. Well here you don't have to figure that 
  36. out. The value of  x squared or y squared is already assigned. This program 
  37. starts with negative half of your screen y-coordinates. That translates into a 
  38. large number and a very well defined parabola.
  39.  
  40.         Enough said.    Type,   PARABOLA   and then press enter to start the 
  41. program.
  42.  
  43.  
  44. This program should come with 2 files.  readme.doc  (This one)
  45.                                         parabola.exe
  46.  
  47.             *****************************************
  48.             *                                       *
  49.             * I DO NOT WANT YOUR MONEY!!!!!!!!!!!!! *
  50.             *                                       *
  51.             *****************************************
  52.  
  53.  
  54.   However, I would like a postcard with your comments on this program!
  55. It is not worthy of money, but it is worthy of a comment, good, bad, or 
  56. otherwise.
  57.  
  58.  
  59.           Mail to:
  60.  
  61.                   Scott Parks
  62.                   P.O. Box 2431
  63.                   Crestline CA. 92325
  64.  
  65.    Levware  1990  (:)
  66.